/* 广告弹框 */
.ggtk_container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index:999;
    overflow: hidden;
    display: none;
}

.ggtk_box {
    display: block;
    width: 0;
    height: 0;
    position: relative;
    background: #fff;
    opacity: 0;
    overflow: hidden;
}
.ggtk_img {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: -100%;
}
.ggtk_img_active{
     transform: rotate(0deg);
     left:0;
     transition: all 1s;
}
.ggtk_close {
    position: absolute;
    top: 12px;
    right: 26px;
    width: 33px;
    height: 33px;
    background: url(vbg01.png) -527px -2387px;
    cursor: pointer;
}
/* 文章内容头部 */
.layout_content {
  width: 100%;
  padding: 0 5px;
}
.layout_content_header {
  border-bottom: 1px solid #ddd;
}
.layout_content_header h4 {
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
  color: #4d4d4d;
}
.layout_content_header p {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout_content_header p span:last-child {
  margin-right: 50px;
}
.layout_content_header p span {
  display: flex;
  align-items: center;
}
.layout_content_header p span i {
  font-size: 18px;
  color: #4d4d4d;
  margin-right: 6px;
}
/* 文章内容文本 */
.layout_content_article {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
/* 文章内容底部 */
.layout_content_footer {
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.layout_content_footer_left p {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  margin-bottom: 30px;
}
.layout_content_footer_left p:last-child {
  margin-bottom: 0;
}
.layout_content_footer_left p a {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  margin-left: 30px;
}
.layout_content_footer_right p {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #666;
}
.layout_content_footer_right p a {
  width: 33px;
  height: 33px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
}
.layout_content_footer_right p a:nth-child(1) {
  background: url("/images/vbg01.png") -1302px -100px no-repeat;
}
.layout_content_footer_right p a:nth-child(2) {
  background: url("/images/vbg01.png") -1302px -190px no-repeat;
}
.layout_content_footer_right p a:nth-child(3) {
  background: url("/images/vbg01.png") -1302px -235px no-repeat;
}
.layout_content_footer_right p a:nth-child(4) {
  background: url("/images/vbg01.png") -1302px -595px no-repeat;
}
/* 招生简介 */
.layout_manual {
  width: 100%;
  overflow: hidden;
}
.layout_manual img {
  width: 100%;
  cursor: pointer;
  transition: 1s;
}
.layout_manual img:hover {
  transform: scale(1.1);
}
/* 布局tab切换 */
.layout_tab {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1e50ae;
}
.layout_tab_item {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  padding: 10px 36px 20px 36px;
  cursor: pointer;
  position: relative;
}
.layout_tab_item_active {
  position: relative;
  color: #1e50ae;
}
.layout_tab_item_active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid #1e50ae;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* tab切换内容 */
.layout_tab_content {
  width: 100%;
  display: flex;
}
.layout_tab_content_item {
  flex: 1;
  height: 700px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.layout_tab_content_item img {
  height: 100%;
}
/* 获奖学生 */
.layout_student {
  width: 100%;
  padding-top: 20px;
}
.layout_student_img {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.layout_student_img_item {
  width: 120px;
  text-align: center;
  margin-right: 100px;
  margin-bottom: 20px;
  font-size: 0;
}
.layout_student_img_item:nth-child(3n) {
  margin-right: 0;
}
.layout_student_img_item a {
  display: block;
  width: 120px;
  height: 175px;
  overflow: hidden;
}
.layout_student_img_item a:hover img {
  transform: scale(1.3);
}
.layout_student_img_item a img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.layout_student_img_item p {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
}
/* 职业教育周栏 */
.layout_exhibition {
  width: 100%;
  text-align: center;
  height: auto;
}
.layout_exhibition_swiper {
  width: 100%;
}
.layout_exhibition_swiper .swiper-slide {
  width: 600px;
  height: 420px;
}
.layout_exhibition_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.layout_exhibition_video {
  max-width: 800px;
}
/* 顶部注册登陆按钮 */
.bar_container {
  position: fixed;
  max-height: 37px;
  height: 37px;
  line-height: 37px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#fff, #f4f4f4);
  box-shadow: 0 0 4px #999;
  z-index: 99;
}
.bar_1000 {
  height: 100%;
}
.bar_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bar_btn_item {
  display: block;
  font-size: 14px;
  padding: 0 20px;
  width: auto;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin: 6px 6px auto 0;
  color: #7c7c7c;
  border: 1px solid #dadada;
}
.bar_btn_item:last-child {
  background-color: #45a2ff;
  color: #fff;
  border: 1px solid #2a96ff;
}
.bar_btn_item:hover {
  color: #1b7ad1;
  border: 1px solid #2a96ff;
}
.bar_btn_item:last-child:hover {
  border: 1px solid #1489fc;
  background-color: #2594ff;
  color: #fff;
}
/* 头部容器 */
.header_container {
  width: 100%;
  margin-top: 37px;
  border-bottom: 3px solid #1e50ae;
}
/* 头部logo */
.header_logo {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo_l {
  flex: 1;
  display: flex;
  padding: 5px 20px 5px 40px;
}
.header_logo_l img {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.header_logo_l_text {
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_logo_l_text h4 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
.header_logo_l_text p {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: rgb(51, 51, 51);
  font-family: arial;
}
.header_logo_r {
  flex: 1;
  text-align: center;
}
.header_logo_r h4 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.header_logo_r p {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 5px;
}
/* 头部导航 */
.header_nav {
  height: 50px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #009fe9;
  border-radius: 20px;
  box-sizing: border-box;
}
.header_nav_item {
  position: relative;
  flex: 1;
  height: 100%;
  line-height: 50px;
  text-align: center;
  margin-right: 1px;
}
.header_nav_item .header_nav_item_a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #009fe9;
}
.header_nav_item_active {
  color: #fff !important;
  background: #009fe9;
}
.header_nav_item_a:hover {
  color: #fff;
  background: #009fe9;
}
.header_nav_item:last-child {
  margin-right: 0;
}
/* 子菜单 */
.sub_nav {
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  padding-top: 12px;
  display: none;
}
.sub_nav_warppr {
  position: relative;
  background: #fff;
  border-radius: 6px;
}
.sub_nav_warppr::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sub_nav_item {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #333;
}
.sub_nav_item:hover {
  color: #009fe9;
}
.header_nav_item:hover .sub_nav {
  display: block;
}

/* 新闻容器 */

.news_container {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


/* 通用子容器 */

.news_warpper {
    margin-right: 15px;
}

.news_warpper:last-child {
    margin-right: 0;
}

/* 其他的新闻容器 */

.other_news_warpper {
    overflow: hidden;
    border: 1px solid rgb(31, 135, 232);
    border-radius: 10px;
}

.other_news_warpper1 {
    width: 360px;
}

.other_news_warpper2 {
    width: calc(100% - 626px);
}

.other_news_warpper3 {
    width: 236px;
}


/* 新闻列表容器 */

.list_news_warpper {
    width: calc((100% - 15px) / 2);
}


/* 优秀学生容器 */

.student_warpper {
    width: 100%;
}

.news_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1e50ae;
}

.news_title span {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 15px;
    background: #1e50ae;
}

.news_title a {
    font-size: 16px;
    line-height: 16px;
    color: #1e50ae;
    padding-right: 10px;
    display: flex;
    align-items: center;
}


/* 新闻内容 */

.news_content {
    width: 100%;
    height: 300px;
    padding: 7px;
    box-sizing: border-box;
}

.news_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news_swiper .swiper-slide p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
}

.news_swiper_pagination {
    height: 30px !important;
    line-height: 30px !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5);
}

.news_swiper_pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.6) !important;
}

.news_swiper_pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}


/* 新闻列表 */

.news__list_item {
    width: 100%;
    height: calc((100% - 14px) / 6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dbeaef;
}

.news__list_item:hover p {
    color: #1e50ae;
}

.news__list_item:hover span {
    color: #1e50ae;
}

.news__list_item:last-child {
    border-bottom: 0;
}

.news__list_item p {
    flex: 1;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news__list_item span {
    width: 70px;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    text-align: right;
}


/* 广告位 */

.ad_container {
    width: 100%;
    height: 120px;
    font-size: 0;
    border: 1px solid rgb(31, 135, 232);
    overflow: hidden;
    box-sizing: border-box;
}

.ad_container a,
.ad_container img {
    width: 100%;
    height: 100%;
}


/* 优秀学生内容 */

.student_swiper {
    width: 100%;
    height: 204px;
    padding: 7px 0;
    display: flex;
    overflow: hidden;
}

.swiper_wrapper_start,
.swiper_wrapper_end {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.student_swiper .swiper-slide,
.swiper_wrapper_end .swiper-slide {
    width: auto;
    height: 100%;
}

.student_swiper .swiper-slide img,
.swiper_wrapper_end .swiper-slide img {
    height: 100%;
}


/* 专题 */

.special_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.special_left {
    flex: 1;
    border: 1px solid #1f87e8;
    margin-right: 10px;
}

.special_right {
    width: 230px;
    border: 1px solid #05a045;
}

.special_left_title,
.special_right_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    background: #1f87e8;
}

.special_right_title {
    background: #05a045;
}

.special_left_content {
    width: 100%;
    max-height: 217px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
    padding: 15px;
}

.special_right_content {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.special_left_item,
.special_right_item {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    overflow: hidden;
}

.special_right_item {
    margin-bottom: 15px;
}

.special_right_item:nth-child(n + 3) {
    margin-bottom: 0;
}

.special_left_item img,
.special_right_item img {
    width: 100%;
    height: 100%;
}

.ad_container111{
  width: 100%;
  height: 120px;
  font-size: 0;
  border: 1px solid rgb(31, 135, 232);
  overflow: hidden;
  box-sizing: border-box;
}